MEMSET
Section: C Library Functions (3)
Index
Return to Main Contents
BSD mandoc
NAME
memset
- write a byte to byte string
SYNOPSIS
Fd #include <string.h>
Ft void *
Fn memset void *b int c size_t len
DESCRIPTION
The
Fn memset
function
writes
Fa len
bytes of value
Fa c
(converted to an unsigned char) to the string
Fa b .
SEE ALSO
bzero(3),
swab(3)
STANDARDS
The
Fn memset
function
conforms to
St -ansiC .
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- STANDARDS
-
This document was created by
man2html,
using the manual pages.
Time: 19:42:00 GMT, December 25, 2022